FTP PUT FILE

This command will allow you to copy a local file into the current ftp directory.

  Syntax
FTP PUT FILE Local Filename String
  Parameters
Local Filename String
String
Local file name string

  Returns

This command does not return a value.

  Example Code
ftp connect
ftp put file "file.dat"
ftp disconnect
  See also

FTP Commands Menu
Index